body {
    direction: ltr;
    background: #fff url('city.png') no-repeat center top;
              /*background: #fff url('20dapic.png') no-repeat center top;*/

}




.touched {
    color: #cd3333 !important;
}
@media only screen and (min-width : 768px) {
    .right_top {
        margin-top: 90px;
    }
    .webLogo{
        margin-top: 10px;

    }
}
@media only screen and (max-width : 768px) {
    .right_top {
        margin-top: 30px;
    }
body{
background-size:100%;
}
    .webLogo{
        margin-top: 20px;
        margin-bottom: 20px;
        width: 30%;
    }
}
.panel-default > .panel-heading {
    color: #fff;
    background-color: #d03738;
    border-color: #ddd;
}

.list-group-item {
    border: none;
}

.list-group ,.right_padding0 {
    padding-right: 0px;
}
ul{
    list-style: none;
    font-size: 15px;
}

.more{
    color: #000;
}
.footer {
    background-color: #e9eaec;
}

.footer, .footer * {
    font-size: 12px;
}

.footer .credentials {
    background-color: #cd3333;
    color: white;
    line-height: 30px;

}
img.full {
    display: block;
    width: 100%;
    clear: both;
}

.img.full-height {
    height: 100%;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}
.text-full{
    text-align: justify;
}
.ch{
    display: block;
    height: 50px;
}
#my-pdf {
    width: 100%;
    margin: auto;
    padding: 0px;
    overflow: hidden;
}
#my-pdf img{
    width: 100%;
    border: 1px solid #e2e1e1;
    border-top: none;
}
.keep-bg{
    padding-top: 10px;
}
